|
DX11 SET RASTERIZER STATE ALPHA LINE ANTIALIASING ENABLED
Sets whether to use alpha line or quadrilateral anti-aliasing.
Note that this is only relevant when drawing to render targets that support anti-aliasing.
DX11 SET RASTERIZER STATE ALPHA LINE ANTIALIASING ENABLED rasterState, useAlphaLineAA
rasterState Dword The rasterizer state to set the anti-aliasing mode of.
useAlphaLineAA Boolean Set to true to use alpha line anti-aliasing, or false to use the standard quadrilateral anti-aliasing algorithm.
This function does not return a value.
RASTERIZERSTATE Functions Menu
DX11 Function Categories
|